home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0040.dms / q0040.adf / fortune / Makefile < prev    next >
Makefile  |  1990-12-05  |  337b  |  19 lines

  1. #Makefile for the fortune program
  2.  
  3. fortune: fortune.o
  4.     blink with $*.blink
  5.  
  6. # Special version of .c.o for those that have only a single disk.
  7. #
  8. #.c.o:
  9. #    NorthC:bin/NorthC -Ot:$*.s $*.c
  10. #    NorthC:bin/A68K -g -q -o$*.o t:$*.s
  11. #    delete t:$*.s
  12. #
  13. # But for the rest of us 
  14.  
  15. .c.o:
  16.     NorthC -Ot:$*.s $*.c
  17.     A68K -g -q -o$*.o t:$*.s
  18.     delete t:$*.s
  19.